I fancy i ' m following my own advice here , by pointing out the commonality between code refactoring and other forms of analysis 我猜在此我依循我的建議,指出程式碼重整與其他分析類(lèi)型的共通點(diǎn)。
Using default settings , hibernate will attempt to store the mapped class names in the first column , which may prove space - consuming and inefficient especially if class names are changed during code refactoring 使用默認(rèn)設(shè)置時(shí), hibernate會(huì)在第一個(gè)列中保存映射的類(lèi)名,這么做可能會(huì)非常消耗空間、沒(méi)有效率(特別是在代碼重構(gòu)修改類(lèi)名的時(shí)候) 。
While this proliferation of database - specific extensions is good for developers that only need to access a single database , it potentially " locks - in " an application and requires a significant investment in code refactoring if the application needs to support another database 專(zhuān)用數(shù)據(jù)庫(kù)擴(kuò)展的泛濫雖然對(duì)于只需要訪問(wèn)一種數(shù)據(jù)庫(kù)的開(kāi)發(fā)人員很好,但是有可能“鎖定”應(yīng)用程序,一旦需要支持其他數(shù)據(jù)庫(kù)而對(duì)應(yīng)用程序進(jìn)行重構(gòu)就要大量的投資。